home *** CD-ROM | disk | FTP | other *** search
- // CrackMe3Dlg.h : header file
- //
-
- #if !defined(AFX_CRACKME3DLG_H__43BA1160_158E_47E6_A6CB_CA4A03C085C2__INCLUDED_)
- #define AFX_CRACKME3DLG_H__43BA1160_158E_47E6_A6CB_CA4A03C085C2__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- /////////////////////////////////////////////////////////////////////////////
- // CCrackMe3Dlg dialog
-
- class CCrackMe3Dlg : public CDialog
- {
- // Construction
- public:
- CCrackMe3Dlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CCrackMe3Dlg)
- enum { IDD = IDD_CRACKME3_DIALOG };
- CString m_reg;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCrackMe3Dlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
-
- // Generated message map functions
- //{{AFX_MSG(CCrackMe3Dlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_CRACKME3DLG_H__43BA1160_158E_47E6_A6CB_CA4A03C085C2__INCLUDED_)
-